Blazor コントロール
C1SelectDataCollection<S,T> コンストラクタ(IEnumerable,Func<Int32,S,T>)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > C1SelectDataCollection<S,T> クラス > C1SelectDataCollection<S,T> コンストラクタ : C1SelectDataCollection<S,T> コンストラクタ(IEnumerable,Func<Int32,S,T>)
The source.
Select function which converts a source item into an item of this collection.
Initializes a new instance of the C1SelectDataCollection<S,T> class.
シンタックス
'宣言
 
Public Function New( _
   ByVal source As System.Collections.IEnumerable, _
   ByVal select As System.Func(Of Integer,S,T) _
)
public C1SelectDataCollection<S,T>( 
   System.Collections.IEnumerable source,
   System.Func<int,S,T> select
)

パラメータ

source
The source.
select
Select function which converts a source item into an item of this collection.
参照

C1SelectDataCollection<S,T> クラス
C1SelectDataCollection<S,T> メンバ
オーバーロード一覧